Draft
Conversation
31db546 to
20590fe
Compare
Contributor
size-limit report 📦
|
Contributor
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
84ec3fe to
4c1a555
Compare
dc5f6de to
a2aec25
Compare
7bb62f4 to
fd533f3
Compare
a35edc7 to
2d9b938
Compare
e8e3944 to
2049208
Compare
2049208 to
860265a
Compare
860265a to
41c93ff
Compare
23c46cd to
25b73c6
Compare
66b37be to
282eed0
Compare
dev-packages/browser-integration-tests/suites/span-first/web-vitals/web-vitals-ttfb/test.ts
Fixed
Show fixed
Hide fixed
50208b8 to
780b812
Compare
2a75393 to
96f57a4
Compare
Member
Author
|
For my own recollection:
|
30d746d to
27b145d
Compare
f528c45 to
577e487
Compare
7aa8018 to
c7a3465
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the POC span streaming implementation for browser SDKs.
Can be tested on
@sentry/browser@10.21.0-alpha.1and any higher-level SDKs.To opt into span streaming, set:
Also note that spans will no longer be sent to any event processors added via one if the
*.addEventProcessorAPIs. If you have any event processors, consider usingbeforeSendSpanorignoreSpans.